projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b7842
)
; * lisp/emacs-lisp/autoload.el (autoload-timestamps): Doc tweak.
author
Glenn Morris
<rgm@gnu.org>
Thu, 7 Jan 2016 07:51:34 +0000
(23:51 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 7 Jan 2016 07:51:34 +0000
(23:51 -0800)
lisp/emacs-lisp/autoload.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/autoload.el
b/lisp/emacs-lisp/autoload.el
index 33f50b341ba2427eea6e994ac2959d2b16806261..84ba544800b18338007041cbbd29f9cf0f49ffe0 100644
(file)
--- a/
lisp/emacs-lisp/autoload.el
+++ b/
lisp/emacs-lisp/autoload.el
@@
-100,7
+100,9
@@
then we use the timestamp of the output file instead. As a result:
to create the output
iii) only a subset of the input files are scanned
These issues are unlikely to happen in practice, and would arguably
- represent bugs in the build system.")
+ represent bugs in the build system. Item iii) will happen if you
+ use a command like `update-file-autoloads', though, since it only
+ checks a single input file.")
(defvar autoload-modified-buffers) ;Dynamically scoped var.